body{
    height: 100vh;
    background-size: 200vh;
    }
    .hamburger {
        display: block;
    }
    
    #nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: #201E1E;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 500;
    }
    
    .buttons a {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
    
    #nav-links.open {
        display: flex;
    }
    
    .imgbuttons img.button {
        width: 60vw;
        max-width: 150px;
    }
    
    
    .imgbuttons .text-in-button1,
    .imgbuttons .text-in-button2,
    .imgbuttons .text-in-button3,
    .imgbuttons .text-in-button4,
    .imgbuttons .text-in-button5 {
        font-size: 12px;
    }
    .hamburger {
        display: block;
    }
    
    #nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        background-color: #201E1E;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 500;
    }
    
    .buttons a {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
    
    #nav-links.open {
        display: flex;
    }
    
    .imgbuttons img.button {
        width: 60vw;
        max-width: 150px;
    }
    
    
    .imgbuttons .text-in-button1,
    .imgbuttons .text-in-button2,
    .imgbuttons .text-in-button3,
    .imgbuttons .text-in-button4,
    .imgbuttons .text-in-button5 {
        font-size: 19px;
    }
    
    .contact-form-section {
        padding: 40px;
        background-color: #ffffff;
        margin: 20px auto;
        max-width: 800px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .contact-form-section h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .contact-form-section p {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .contact-form {
        display: grid;
        gap: 15px;
    }
    
    .contact-form label {
        font-size: 16px;
    }
    
    .contact-form input,
    .contact-form textarea {
        padding: 10px;
        font-size: 16px;
        width: 100%;
        border: 2px solid #ddd;
        border-radius: 5px;
    }
    
    .contact-form button {
        padding: 10px 20px;
        font-size: 16px;
        background-color: #B82A2A;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
     
    }
    
    .contact-form button:hover {
        background-color: #B83D3D;
    }
    